-
Notifications
You must be signed in to change notification settings - Fork 453
refactor: Move socket functions to buddySocket file #744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Move socket functions to buddySocket file #744
Conversation
@yuvrajinbhakti is attempting to deploy a commit to the dunsin's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Compliance Checks Passed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, can you share a recording of the working software? With you chatting
client/src/App.jsx
Outdated
import Profile from './pages/Profile'; | ||
import ProtectedRoutes from 'components/ProtectedRoutes'; | ||
import ReactGA from 'react-ga4'; | ||
// import ReactGA from 'react-ga4'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please uncomment this
@yuvrajinbhakti are you still interested in this? i asked for a recording of the working project on your local computer with your change, please get it done by friday else i would have to close your PR. Thanks |
@Dun-sin When attempting to install dependencies for the backend (in the server folder), the required dependency is not available on npm. |
lgtm |
thanks for letting me know |
@yuvrajinbhakti here's a walkaround for you, while we get that fix, remove that from your own package.json and then run npm install, if you don't set up a profile your server shouldn't crash |
Sure, Will explore this workaround. |
Hi @yuvrajinbhakti this has been on for too long, will close it. If you think you can work on something else in the time given, feel free to comment on that new issue |
Fixes Issue
My PR closes #661
π¨βπ» Changes proposed(What did you do ?)
βοΈ Check List (Check all the applicable boxes)
βοΈ Check List
Note to reviewers